home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 36 / qostnote.zip / SER_PRN.TEC < prev    next >
Text File  |  1990-07-02  |  1KB  |  25 lines

  1. ID:SP Serial Port Printing in DESQview
  2. DESQview Technical Note
  3.  
  4.  
  5. If you are going to initialize a serial port in a DESQview 
  6. window, you will need to have the window installed with the "Can 
  7. be swapped to disk" option turned off, otherwise the Com port 
  8. cannot be accessed due to the port protection mechanism of 
  9. DESQview.  Trying to intialize a com port from a window which is 
  10. "Swappable" will result in a DOS message: "Invalid parameter 
  11. 'com?' since DOS will not see the port as available.
  12.  
  13. Usually a better solution is to initialize the port with MODE and 
  14. do the LPT redirection before running DESQview.  In this fashion, 
  15. a program can be swapped to disk and still address the COM port 
  16. for printing, since the actual redirection of print is handled 
  17. outside of DESQview.  
  18.  
  19. If you also have parallel printers, they can be set to a printer 
  20. port other than the one being redirected to the COM port.  
  21. Remember that a printer port can be addressed as a logical device 
  22. by DOS - that is, you do not have to actually have a port set up 
  23. as LPT2 in order to direct it to COM1.  The logical parallel 
  24. printer ports supported by DOS are LPT1, LPT2 and LPT3.
  25.